1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSystemInfo
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSystemInfo))
26         Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
27         Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
28         Me.SaveToFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
29         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator()
30         Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
31         Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
32         Me.TabControl1 = New System.Windows.Forms.TabControl()
33         Me.TabPage1 = New System.Windows.Forms.TabPage()
34         Me.txtProcessorFamily = New System.Windows.Forms.TextBox()
35         Me.txtProcessorExtClock = New System.Windows.Forms.TextBox()
36         Me.Label9 = New System.Windows.Forms.Label()
37         Me.Label8 = New System.Windows.Forms.Label()
38         Me.Label7 = New System.Windows.Forms.Label()
39         Me.txtProcessorClockSpeed = New System.Windows.Forms.TextBox()
40         Me.txtProcessorDataWidth = New System.Windows.Forms.TextBox()
41         Me.Label6 = New System.Windows.Forms.Label()
42         Me.Label5 = New System.Windows.Forms.Label()
43         Me.txtProcessorL2CacheSize = New System.Windows.Forms.TextBox()
44         Me.txtProcessorManufacturer = New System.Windows.Forms.TextBox()
45         Me.Label4 = New System.Windows.Forms.Label()
46         Me.txtProcessorDescription = New System.Windows.Forms.TextBox()
47         Me.Label3 = New System.Windows.Forms.Label()
48         Me.txtProcessorID = New System.Windows.Forms.TextBox()
49         Me.Label2 = New System.Windows.Forms.Label()
50         Me.txtProcessorName = New System.Windows.Forms.TextBox()
51         Me.Label1 = New System.Windows.Forms.Label()
52         Me.TabPage2 = New System.Windows.Forms.TabPage()
53         Me.txtBoardSerialNumber = New System.Windows.Forms.TextBox()
54         Me.Label13 = New System.Windows.Forms.Label()
55         Me.txtBoardDescription = New System.Windows.Forms.TextBox()
56         Me.Label12 = New System.Windows.Forms.Label()
57         Me.txtBoardManufacturer = New System.Windows.Forms.TextBox()
58         Me.Label11 = New System.Windows.Forms.Label()
59         Me.txtBoardName = New System.Windows.Forms.TextBox()
60         Me.Label10 = New System.Windows.Forms.Label()
61         Me.MenuStrip1.SuspendLayout()
62         Me.TabControl1.SuspendLayout()
63         Me.TabPage1.SuspendLayout()
64         Me.TabPage2.SuspendLayout()
65         Me.SuspendLayout()
66         
'
67         
'MenuStrip1
68         
'
69         Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem})
70         Me.MenuStrip1.Location = New System.Drawing.Point(
0, 0)
71         Me.MenuStrip1.Name =
"MenuStrip1"
72         Me.MenuStrip1.Size = New System.Drawing.Size(
394, 24)
73         Me.MenuStrip1.TabIndex =
0
74         Me.MenuStrip1.Text =
"MenuStrip1"
75         
'
76         
'FileToolStripMenuItem
77         
'
78         Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SaveToFileToolStripMenuItem, Me.ToolStripMenuItem1, Me.ExitToolStripMenuItem})
79         Me.FileToolStripMenuItem.Name =
"FileToolStripMenuItem"
80         Me.FileToolStripMenuItem.Size = New System.Drawing.Size(
37, 20)
81         Me.FileToolStripMenuItem.Text =
"&File"
82         
'
83         
'SaveToFileToolStripMenuItem
84         
'
85         Me.SaveToFileToolStripMenuItem.Name =
"SaveToFileToolStripMenuItem"
86         Me.SaveToFileToolStripMenuItem.Size = New System.Drawing.Size(
131, 22)
87         Me.SaveToFileToolStripMenuItem.Text =
"&Save to file"
88         
'
89         
'ToolStripMenuItem1
90         
'
91         Me.ToolStripMenuItem1.Name =
"ToolStripMenuItem1"
92         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(
128, 6)
93         
'
94         
'ExitToolStripMenuItem
95         
'
96         Me.ExitToolStripMenuItem.Name =
"ExitToolStripMenuItem"
97         Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(
131, 22)
98         Me.ExitToolStripMenuItem.Text =
"E&xit"
99         
'
100         
'TabControl1
101         
'
102         Me.TabControl1.Controls.Add(Me.TabPage1)
103         Me.TabControl1.Controls.Add(Me.TabPage2)
104         Me.TabControl1.Location = New System.Drawing.Point(
12, 27)
105         Me.TabControl1.Name =
"TabControl1"
106         Me.TabControl1.SelectedIndex =
0
107         Me.TabControl1.Size = New System.Drawing.Size(
370, 333)
108         Me.TabControl1.TabIndex =
1
109         
'
110         
'TabPage1
111         
'
112         Me.TabPage1.Controls.Add(Me.txtProcessorFamily)
113         Me.TabPage1.Controls.Add(Me.txtProcessorExtClock)
114         Me.TabPage1.Controls.Add(Me.Label9)
115         Me.TabPage1.Controls.Add(Me.Label8)
116         Me.TabPage1.Controls.Add(Me.Label7)
117         Me.TabPage1.Controls.Add(Me.txtProcessorClockSpeed)
118         Me.TabPage1.Controls.Add(Me.txtProcessorDataWidth)
119         Me.TabPage1.Controls.Add(Me.Label6)
120         Me.TabPage1.Controls.Add(Me.Label5)
121         Me.TabPage1.Controls.Add(Me.txtProcessorL2CacheSize)
122         Me.TabPage1.Controls.Add(Me.txtProcessorManufacturer)
123         Me.TabPage1.Controls.Add(Me.Label4)
124         Me.TabPage1.Controls.Add(Me.txtProcessorDescription)
125         Me.TabPage1.Controls.Add(Me.Label3)
126         Me.TabPage1.Controls.Add(Me.txtProcessorID)
127         Me.TabPage1.Controls.Add(Me.Label2)
128         Me.TabPage1.Controls.Add(Me.txtProcessorName)
129         Me.TabPage1.Controls.Add(Me.Label1)
130         Me.TabPage1.Location = New System.Drawing.Point(
4, 25)
131         Me.TabPage1.Name =
"TabPage1"
132         Me.TabPage1.Padding = New System.Windows.Forms.Padding(
3)
133         Me.TabPage1.Size = New System.Drawing.Size(
362, 304)
134         Me.TabPage1.TabIndex =
0
135         Me.TabPage1.Text =
"Processor"
136         Me.TabPage1.UseVisualStyleBackColor = True
137         
'
138         
'txtProcessorFamily
139         
'
140         Me.txtProcessorFamily.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
141         Me.txtProcessorFamily.Location = New System.Drawing.Point(
186, 252)
142         Me.txtProcessorFamily.Name =
"txtProcessorFamily"
143         Me.txtProcessorFamily.ReadOnly = True
144         Me.txtProcessorFamily.Size = New System.Drawing.Size(
165, 22)
145         Me.txtProcessorFamily.TabIndex =
37
146         Me.txtProcessorFamily.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
147         
'
148         
'txtProcessorExtClock
149         
'
150         Me.txtProcessorExtClock.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
151         Me.txtProcessorExtClock.Location = New System.Drawing.Point(
15, 252)
152         Me.txtProcessorExtClock.Name =
"txtProcessorExtClock"
153         Me.txtProcessorExtClock.ReadOnly = True
154         Me.txtProcessorExtClock.Size = New System.Drawing.Size(
165, 22)
155         Me.txtProcessorExtClock.TabIndex =
36
156         Me.txtProcessorExtClock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
157         
'
158         
'Label9
159         
'
160         Me.Label9.AutoSize = True
161         Me.Label9.Location = New System.Drawing.Point(
183, 236)
162         Me.Label9.Name =
"Label9"
163         Me.Label9.Size = New System.Drawing.Size(
48, 16)
164         Me.Label9.TabIndex =
35
165         Me.Label9.Text =
"Family"
166         
'
167         
'Label8
168         
'
169         Me.Label8.AutoSize = True
170         Me.Label8.Location = New System.Drawing.Point(
11, 236)
171         Me.Label8.Name =
"Label8"
172         Me.Label8.Size = New System.Drawing.Size(
63, 16)
173         Me.Label8.TabIndex =
34
174         Me.Label8.Text =
"Ext Clock"
175         
'
176         
'Label7
177         
'
178         Me.Label7.AutoSize = True
179         Me.Label7.Location = New System.Drawing.Point(
183, 195)
180         Me.Label7.Name =
"Label7"
181         Me.Label7.Size = New System.Drawing.Size(
74, 16)
182         Me.Label7.TabIndex =
33
183         Me.Label7.Text =
"Data Width"
184         
'
185         
'txtProcessorClockSpeed
186         
'
187         Me.txtProcessorClockSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
188         Me.txtProcessorClockSpeed.Location = New System.Drawing.Point(
15, 211)
189         Me.txtProcessorClockSpeed.Name =
"txtProcessorClockSpeed"
190         Me.txtProcessorClockSpeed.ReadOnly = True
191         Me.txtProcessorClockSpeed.Size = New System.Drawing.Size(
165, 22)
192         Me.txtProcessorClockSpeed.TabIndex =
32
193         Me.txtProcessorClockSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
194         
'
195         
'txtProcessorDataWidth
196         
'
197         Me.txtProcessorDataWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
198         Me.txtProcessorDataWidth.Location = New System.Drawing.Point(
186, 211)
199         Me.txtProcessorDataWidth.Name =
"txtProcessorDataWidth"
200         Me.txtProcessorDataWidth.ReadOnly = True
201         Me.txtProcessorDataWidth.Size = New System.Drawing.Size(
165, 22)
202         Me.txtProcessorDataWidth.TabIndex =
31
203         Me.txtProcessorDataWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
204         
'
205         
'Label6
206         
'
207         Me.Label6.AutoSize = True
208         Me.Label6.Location = New System.Drawing.Point(
11, 195)
209         Me.Label6.Name =
"Label6"
210         Me.Label6.Size = New System.Drawing.Size(
86, 16)
211         Me.Label6.TabIndex =
30
212         Me.Label6.Text =
"Clock Speed"
213         
'
214         
'Label5
215         
'
216         Me.Label5.AutoSize = True
217         Me.Label5.Location = New System.Drawing.Point(
183, 153)
218         Me.Label5.Name =
"Label5"
219         Me.Label5.Size = New System.Drawing.Size(
93, 16)
220         Me.Label5.TabIndex =
29
221         Me.Label5.Text =
"L2 Cache Size"
222         
'
223         
'txtProcessorL2CacheSize
224         
'
225         Me.txtProcessorL2CacheSize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
226         Me.txtProcessorL2CacheSize.Location = New System.Drawing.Point(
186, 169)
227         Me.txtProcessorL2CacheSize.Name =
"txtProcessorL2CacheSize"
228         Me.txtProcessorL2CacheSize.ReadOnly = True
229         Me.txtProcessorL2CacheSize.Size = New System.Drawing.Size(
165, 22)
230         Me.txtProcessorL2CacheSize.TabIndex =
28
231         Me.txtProcessorL2CacheSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
232         
'
233         
'txtProcessorManufacturer
234         
'
235         Me.txtProcessorManufacturer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
236         Me.txtProcessorManufacturer.Location = New System.Drawing.Point(
14, 169)
237         Me.txtProcessorManufacturer.Name =
"txtProcessorManufacturer"
238         Me.txtProcessorManufacturer.ReadOnly = True
239         Me.txtProcessorManufacturer.Size = New System.Drawing.Size(
165, 22)
240         Me.txtProcessorManufacturer.TabIndex =
27
241         Me.txtProcessorManufacturer.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
242         
'
243         
'Label4
244         
'
245         Me.Label4.AutoSize = True
246         Me.Label4.Location = New System.Drawing.Point(
11, 153)
247         Me.Label4.Name =
"Label4"
248         Me.Label4.Size = New System.Drawing.Size(
85, 16)
249         Me.Label4.TabIndex =
26
250         Me.Label4.Text =
"Manufacturer"
251         
'
252         
'txtProcessorDescription
253         
'
254         Me.txtProcessorDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
255         Me.txtProcessorDescription.Location = New System.Drawing.Point(
14, 128)
256         Me.txtProcessorDescription.Name =
"txtProcessorDescription"
257         Me.txtProcessorDescription.ReadOnly = True
258         Me.txtProcessorDescription.Size = New System.Drawing.Size(
337, 22)
259         Me.txtProcessorDescription.TabIndex =
25
260         Me.txtProcessorDescription.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
261         
'
262         
'Label3
263         
'
264         Me.Label3.AutoSize = True
265         Me.Label3.Location = New System.Drawing.Point(
11, 112)
266         Me.Label3.Name =
"Label3"
267         Me.Label3.Size = New System.Drawing.Size(
76, 16)
268         Me.Label3.TabIndex =
24
269         Me.Label3.Text =
"Description"
270         
'
271         
'txtProcessorID
272         
'
273         Me.txtProcessorID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
274         Me.txtProcessorID.Location = New System.Drawing.Point(
14, 87)
275         Me.txtProcessorID.Name =
"txtProcessorID"
276         Me.txtProcessorID.ReadOnly = True
277         Me.txtProcessorID.Size = New System.Drawing.Size(
337, 22)
278         Me.txtProcessorID.TabIndex =
23
279         Me.txtProcessorID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
280         
'
281         
'Label2
282         
'
283         Me.Label2.AutoSize = True
284         Me.Label2.Location = New System.Drawing.Point(
11, 71)
285         Me.Label2.Name =
"Label2"
286         Me.Label2.Size = New System.Drawing.Size(
86, 16)
287         Me.Label2.TabIndex =
22
288         Me.Label2.Text =
"Processor ID"
289         
'
290         
'txtProcessorName
291         
'
292         Me.txtProcessorName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
293         Me.txtProcessorName.Location = New System.Drawing.Point(
14, 46)
294         Me.txtProcessorName.Name =
"txtProcessorName"
295         Me.txtProcessorName.ReadOnly = True
296         Me.txtProcessorName.Size = New System.Drawing.Size(
337, 22)
297         Me.txtProcessorName.TabIndex =
21
298         Me.txtProcessorName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
299         
'
300         
'Label1
301         
'
302         Me.Label1.AutoSize = True
303         Me.Label1.Location = New System.Drawing.Point(
11, 30)
304         Me.Label1.Name =
"Label1"
305         Me.Label1.Size = New System.Drawing.Size(
110, 16)
306         Me.Label1.TabIndex =
20
307         Me.Label1.Text =
"Processor Name"
308         
'
309         
'TabPage2
310         
'
311         Me.TabPage2.Controls.Add(Me.txtBoardSerialNumber)
312         Me.TabPage2.Controls.Add(Me.Label13)
313         Me.TabPage2.Controls.Add(Me.txtBoardDescription)
314         Me.TabPage2.Controls.Add(Me.Label12)
315         Me.TabPage2.Controls.Add(Me.txtBoardManufacturer)
316         Me.TabPage2.Controls.Add(Me.Label11)
317         Me.TabPage2.Controls.Add(Me.txtBoardName)
318         Me.TabPage2.Controls.Add(Me.Label10)
319         Me.TabPage2.Location = New System.Drawing.Point(
4, 25)
320         Me.TabPage2.Name =
"TabPage2"
321         Me.TabPage2.Padding = New System.Windows.Forms.Padding(
3)
322         Me.TabPage2.Size = New System.Drawing.Size(
362, 304)
323         Me.TabPage2.TabIndex =
1
324         Me.TabPage2.Text =
"Motherboard"
325         Me.TabPage2.UseVisualStyleBackColor = True
326         
'
327         
'txtBoardSerialNumber
328         
'
329         Me.txtBoardSerialNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
330         Me.txtBoardSerialNumber.Location = New System.Drawing.Point(
14, 235)
331         Me.txtBoardSerialNumber.Name =
"txtBoardSerialNumber"
332         Me.txtBoardSerialNumber.ReadOnly = True
333         Me.txtBoardSerialNumber.Size = New System.Drawing.Size(
337, 22)
334         Me.txtBoardSerialNumber.TabIndex =
23
335         Me.txtBoardSerialNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
336         
'
337         
'Label13
338         
'
339         Me.Label13.AutoSize = True
340         Me.Label13.Location = New System.Drawing.Point(
11, 216)
341         Me.Label13.Name =
"Label13"
342         Me.Label13.Size = New System.Drawing.Size(
94, 16)
343         Me.Label13.TabIndex =
22
344         Me.Label13.Text =
"Serial Number"
345         
'
346         
'txtBoardDescription
347         
'
348         Me.txtBoardDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
349         Me.txtBoardDescription.Location = New System.Drawing.Point(
14, 179)
350         Me.txtBoardDescription.Name =
"txtBoardDescription"
351         Me.txtBoardDescription.ReadOnly = True
352         Me.txtBoardDescription.Size = New System.Drawing.Size(
337, 22)
353         Me.txtBoardDescription.TabIndex =
21
354         Me.txtBoardDescription.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
355         
'
356         
'Label12
357         
'
358         Me.Label12.AutoSize = True
359         Me.Label12.Location = New System.Drawing.Point(
11, 160)
360         Me.Label12.Name =
"Label12"
361         Me.Label12.Size = New System.Drawing.Size(
76, 16)
362         Me.Label12.TabIndex =
20
363         Me.Label12.Text =
"Description"
364         
'
365         
'txtBoardManufacturer
366         
'
367         Me.txtBoardManufacturer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
368         Me.txtBoardManufacturer.Location = New System.Drawing.Point(
14, 123)
369         Me.txtBoardManufacturer.Name =
"txtBoardManufacturer"
370         Me.txtBoardManufacturer.ReadOnly = True
371         Me.txtBoardManufacturer.Size = New System.Drawing.Size(
337, 22)
372         Me.txtBoardManufacturer.TabIndex =
19
373         Me.txtBoardManufacturer.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
374         
'
375         
'Label11
376         
'
377         Me.Label11.AutoSize = True
378         Me.Label11.Location = New System.Drawing.Point(
11, 104)
379         Me.Label11.Name =
"Label11"
380         Me.Label11.Size = New System.Drawing.Size(
85, 16)
381         Me.Label11.TabIndex =
18
382         Me.Label11.Text =
"Manufacturer"
383         
'
384         
'txtBoardName
385         
'
386         Me.txtBoardName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
387         Me.txtBoardName.Location = New System.Drawing.Point(
14, 67)
388         Me.txtBoardName.Name =
"txtBoardName"
389         Me.txtBoardName.ReadOnly = True
390         Me.txtBoardName.Size = New System.Drawing.Size(
337, 22)
391         Me.txtBoardName.TabIndex =
17
392         Me.txtBoardName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
393         
'
394         
'Label10
395         
'
396         Me.Label10.AutoSize = True
397         Me.Label10.Location = New System.Drawing.Point(
11, 48)
398         Me.Label10.Name =
"Label10"
399         Me.Label10.Size = New System.Drawing.Size(
125, 16)
400         Me.Label10.TabIndex =
16
401         Me.Label10.Text =
"Motherboard Name"
402         
'
403         
'frmSystemInfo
404         
'
405         Me.AutoScaleDimensions = New System.Drawing.SizeF(
8.0!, 16.0!)
406         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
407         Me.ClientSize = New System.Drawing.Size(
394, 372)
408         Me.Controls.Add(Me.TabControl1)
409         Me.Controls.Add(Me.MenuStrip1)
410         Me.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
411         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
412         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
413         Me.MainMenuStrip = Me.MenuStrip1
414         Me.Margin = New System.Windows.Forms.Padding(
4)
415         Me.MaximizeBox = False
416         Me.MinimizeBox = False
417         Me.Name =
"frmSystemInfo"
418         Me.ShowIcon = False
419         Me.ShowInTaskbar = False
420         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
421         Me.Text =
"System Info"
422         Me.MenuStrip1.ResumeLayout(False)
423         Me.MenuStrip1.PerformLayout()
424         Me.TabControl1.ResumeLayout(False)
425         Me.TabPage1.ResumeLayout(False)
426         Me.TabPage1.PerformLayout()
427         Me.TabPage2.ResumeLayout(False)
428         Me.TabPage2.PerformLayout()
429         Me.ResumeLayout(False)
430         Me.PerformLayout()
431
432     End Sub
433     Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
434     Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
435     Friend WithEvents SaveToFileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
436     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
437     Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
438     Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
439     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
440     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
441     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
442     Friend WithEvents txtProcessorFamily As System.Windows.Forms.TextBox
443     Friend WithEvents txtProcessorExtClock As System.Windows.Forms.TextBox
444     Friend WithEvents Label9 As System.Windows.Forms.Label
445     Friend WithEvents Label8 As System.Windows.Forms.Label
446     Friend WithEvents Label7 As System.Windows.Forms.Label
447     Friend WithEvents txtProcessorClockSpeed As System.Windows.Forms.TextBox
448     Friend WithEvents txtProcessorDataWidth As System.Windows.Forms.TextBox
449     Friend WithEvents Label6 As System.Windows.Forms.Label
450     Friend WithEvents Label5 As System.Windows.Forms.Label
451     Friend WithEvents txtProcessorL2CacheSize As System.Windows.Forms.TextBox
452     Friend WithEvents txtProcessorManufacturer As System.Windows.Forms.TextBox
453     Friend WithEvents Label4 As System.Windows.Forms.Label
454     Friend WithEvents txtProcessorDescription As System.Windows.Forms.TextBox
455     Friend WithEvents Label3 As System.Windows.Forms.Label
456     Friend WithEvents txtProcessorID As System.Windows.Forms.TextBox
457     Friend WithEvents Label2 As System.Windows.Forms.Label
458     Friend WithEvents txtProcessorName As System.Windows.Forms.TextBox
459     Friend WithEvents Label1 As System.Windows.Forms.Label
460     Friend WithEvents txtBoardSerialNumber As System.Windows.Forms.TextBox
461     Friend WithEvents Label13 As System.Windows.Forms.Label
462     Friend WithEvents txtBoardDescription As System.Windows.Forms.TextBox
463     Friend WithEvents Label12 As System.Windows.Forms.Label
464     Friend WithEvents txtBoardManufacturer As System.Windows.Forms.TextBox
465     Friend WithEvents Label11 As System.Windows.Forms.Label
466     Friend WithEvents txtBoardName As System.Windows.Forms.TextBox
467     Friend WithEvents Label10 As System.Windows.Forms.Label
468
469 End Class


Gõ tìm kiếm nhanh...